home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Chat & Communication
/
Digsby build 37
/
digsby_setup.exe
/
lib
/
M2Crypto
/
PGP
/
RSA.pyo
(
.txt
)
< prev
Wrap
Python Compiled Bytecode
|
2008-10-13
|
810b
|
24 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.5)
import sys
from M2Crypto import m2, RSA
_RSA = RSA
del RSA
class RSA(_RSA.RSA):
pass
class RSA_pub(_RSA.RSA_pub):
pass
def new_pub_key(.0):
(e, n) = .0
rsa = m2.rsa_new()
m2.rsa_set_e_bin(rsa, e)
m2.rsa_set_n_bin(rsa, n)
return RSA_pub(rsa, 1)